home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d6 / ma3.arc / DOC.BAT < prev    next >
DOS Batch File  |  1991-01-10  |  909b  |  17 lines

  1. ECHO OFF
  2. CLS
  3. ECHO ╔═════════════════════════════════════════════════════════════════════════════╗
  4. ECHO ║  Make Sure Your Printer Is On Line, Loaded With Paper, And Ready To Print.  ║
  5. ECHO ║  If You Do Not Want To Print Out The Documentation, Hold Down The Key       ║
  6. ECHO ║  Labeled Ctrl, And At The Same Time, Press C, Then Press Y.   Otherwise..   ║
  7. ECHO ╚═════════════════════════════════════════════════════════════════════════════╝
  8. Pause
  9. CLS
  10. ECHO ╔═════════════════════════════════════════════════════════════════════════════╗
  11. ECHO ║                                                                             ║
  12. ECHO ║  Please Wait While The Documentation Prints Out...                          ║
  13. ECHO ║                                                                             ║
  14. ECHO ╚═════════════════════════════════════════════════════════════════════════════╝
  15. COPY MA.DOC PRN
  16. CLS
  17.